/*@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'Raleway';
  src: url(../font/Raleway/Raleway-VariableFont_wght.ttf), url(../font/Raleway/Raleway-Italic-VariableFont_wght.ttf);
}

::selection {
  background: rgba(127, 208, 46, 0.5);
}

html, body {
  height: 100%;
  margin:  0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

button {
  color: #000;
}

.hamburger {
  display: none;
}

/* language picker */

.language_picker {
  background-color: #fff;
  width: fit-content;
  border-radius: 5px;
  height: 30px;
  overflow: hidden;
  transition: height .2s;
  border: 1px solid #ddd;
}

.language_picker:hover {
  height: 92px;
}

.language_picker ul {
  padding: 0 !important;
  margin: 0 !important;
}

.language_picker img {
  height: 20px;
}

.language_picker li {
  padding: 0 !important; 
  margin: 0 !important;
  border-bottom: 1px solid #ddd;
  border-radius: 0 !important;
  width: 100% !important;
  display: flex;
  height: 30px;
  align-items: center;
}

.language_picker li:last-child {
  border: none;
}

.language_picker li:hover {
  background-color: #eee;
  box-shadow: none !important;
}

.language_picker li > img, .language_picker li > i, .language_picker li > span {
  padding: 0 3px;
}

.language_picker li > span {
  cursor: default;
}

.language_picker a {
  display: flex;
  align-items: center;
  height: 30px;
  width: 100%;
  padding: 0 !important;
}

.language_picker a > * {
  padding: 0 3px;
}

.language_picker span {
  font-weight: normal;
  font-size: 16px;
  padding: 0;
}

.language_picker button {
  font-weight: normal !important;
  font-size: 16px !important;
  border: none;
  background-color: transparent;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
}

/* mobile nav */

#mobile-nav  {
  left: -80%;
  position: fixed;
  height: 100%;
  transition: left 0.2s;
  width: 75%;
  background-color: #fff;
  background-image: url(../img/headerbackground.png);
  background-size: cover;
  box-shadow: 0px 0px 10px #000;
  display: none;
  z-index: 5;
  overflow-y: auto;
}

#mobile-nav ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 50px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

#mobile-nav li {
  padding: 10px 0;
  font-weight: bold;
  width: fit-content;
  border-radius: 5px;
}

#mobile-nav a {
  padding: 10px;
  color: #000;
  text-decoration: none;
  position: relative;
}

#mobile-nav li:hover {
  box-shadow: 0 0 10px #aaa inset;
  transition: box-shadow .2s;
}

#mobile-nav .dropdown {
  padding-bottom: 0;
  padding-left: 10px;
}

#mobile-nav .dropdown:hover {
  box-shadow: none;
}

#mobile-nav button {
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

#mobile-nav .dropdown-content {
  overflow: hidden;
  transition: height .2s;
  margin-top: 0;
}

#mobile-nav .dropdown-content ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  box-sizing: border-box;
}

#mobile-nav .language_picker ul {
  margin-top: 0;
}

#mobile-nav .language_picker {
  position: absolute;
  right: 10px;
  top: 10px;
}

#mobile-nav .language_picker:hover {
  height: 91px;
}

#mobile-nav::-webkit-scrollbar {
  width: 4px;
}

#mobile-nav::-webkit-scrollbar-thumb {
  background: #7FD02E;
}

#overlay {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
}

/* contact bar */

#contact-bar {
  display: none;
  z-index: 2;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  bottom: 10px;
  text-align: center;
  transition: all .3s;
}

#contact-bar a {
  background-color: #666;
  display: inline-block;
  box-shadow: 1px 1px 5px #000;
  width: 20%;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 0 10px;
}

#contact-bar a img {
  width: 30px;
}

/* header */

header {
  box-shadow: 0px 0px 10px #000;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  height: 80px;
  transition: opacity .5s, visibility .5s;
  opacity: 100%;
}

header > a > img {
  position: absolute;
  width: 150px;
  top: 10px;
}

header .language_picker {
  position: absolute;
  right: 15px;
  top: 25px;
}

header .language_picker a {
  color: #000;
  text-decoration: none;
}

header nav {
  text-align: center;
}

header nav ul {
  margin: 0;
  padding: 0;
  height: 80px;
}

header nav ul li {
  font-weight: 600;
  font-size: 18px;
  margin: 18px 10px;
  display: inline-block;
}

header nav ul li::before {
  content: "";
  width: 0%;
  height: 3px;
  display: block;
  background-color: #000;
  margin-bottom: 6px;
}

header nav ul li.current::before {
  width: 100%;
}

header nav ul li:hover::before{
  width: 100%;
  transition: width 0.2s;
}

header nav a {
  text-decoration: none;
  color: #000;
}

header nav button {
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

header select {
  position: absolute;
  right: 50px;
  top: 30px;
  border-radius: 2px;
}

header .dropdown {
  padding-bottom: 26px;
}

header .dropdown-content {
  display: none;
  position: absolute;
  width: fit-content;
  text-align: left;
  background-color: #7FD02E;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
  margin-top: 26px;
}

header .dropdown-content a {
  display: block;
  padding: 10px;
  color: #000;
  cursor: pointer;
}

header div.dropdown-content a:hover {
  background-color: #5f9c23;
}

header li.dropdown:hover div.dropdown-content {
  display: block;
}

select {
  background-color: transparent;
  padding: 3px;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 30px 0;
}

footer .container {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

footer .icon {
  width: 30px; 
}

footer .social p {
  margin: 0;
  font-size: 12px;
}

footer .social a {
  color: #888;
}

footer .inline {
  display: inline-block;
}

footer nav ul{
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}

footer nav ul li {
  margin-bottom: 10px;
}

footer nav a {
  color: #fff;
  text-decoration: none;
  transition: color 0.1s;
}

footer nav a:hover {
  color: #7FD02E;
}

#info_table a {
  color: #7FD02E;
  text-decoration: none;
}

#info_table td, #info_table th {
  text-align: right;
  color: #7FD02E;
}

#info_table img {
  width: 30px;
}

#open_hours th {
  text-align: right;
  width: 50%;
}

#open_hours td {
  text-align: left;
}

footer a > img {
  width: 200px;
}

@media screen and (max-width: 1200px) {
  footer .container {
    grid-template-columns: 1fr 1fr;
  }

  footer nav ul {
    text-align: center;
  }

  .social {
    text-align: center;
  }

  footer .inline {
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) {
  #mobile-nav {
    display: block;
  }

  #contact-bar {
    display: block;
  }

  header {
    height: 60px;
  }

  header .language_picker {
    display: none;
  }

  header > a > img {
    height: 100%;
    width: auto;
    top: 0;
  }

  header ul {
    display: none;
  }

  header img {
    position: absolute;
    right: 0;
    top: 0;
  }

  header nav {
    padding: 10px;
    padding-top: 40px;
    text-align: left;
  }

  header nav ul li {
    display: block;
    padding: 10px;
    margin: 0;
    padding: 10px;
  }

  header nav a {
    font-size: 20px;
  }

  header select {
    right: 5px;
    top: 80px;
  }

  header nav ul li::before {
    display: none;
  }

  .dropdown {
    padding-bottom: 0;
  }  

  .dropdown-content {
    position: relative;
    display: block;
    background-color: transparent;
    box-shadow: none;
    margin-top: 10px;
  }

  .dropdown-content a:hover {
    background-color: transparent;
  }

  footer {
    padding-bottom: 60px;
  }

  .hamburger {
      margin-top: 10px;
      margin-left: 10px;
      display: block;
      position: fixed;
      cursor: pointer;
      z-index: 10;
  }

  .bar1, .bar2, .bar3 {
      width: 35px;
      height: 5px;
      background-color: #fff;
      margin: 6px 0;
      transition: 0.4s;
      box-shadow: 1px 1px 5px #000;
  }

  .change .bar1, .change .bar3 {
      background-color: #7FD02E;
  }

  .change .bar1 {
      -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-9px, 6px);
  }

  .change .bar2 {opacity: 0;}

  .change .bar3 {
      -webkit-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -8px);
  }
}

@media screen and (max-width: 700px) {
  footer .container {
    grid-template-columns: 1fr;
  }

  footer * {
    margin: auto;
    text-align: center;
  }

  footer .container > * {
    padding: 10px 0;
  }
}
